home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / MPW_C / ARC_SGML / SGMLH / VMFNSM.H < prev   
Text File  |  1991-08-15  |  1KB  |  25 lines

  1. /******************************************************************************/
  2. /* VMFNSM.H: VM function declarations (ANSI prototypes). */
  3. /******************************************************************************/
  4. /*global*/  void  main(int ,char * *);
  5. /*global*/  void  sgml(struct ipbt *);
  6. /*global*/  void  sgmlio(struct ipbfile *);
  7. /*global*/  void  sgmlmem(struct ipbmem *);
  8. /*global*/  void  sgmlmsg(struct ipberr *);
  9. /******************************************************************************/
  10. /*global*/  void  errloc(UNCH *,UNCH *);
  11. /*global*/  int   filefind(UNCH *,UNCH *);
  12. /*global*/  UNCH *getmsg(long );
  13. /*global*/  UNCH *getparm(unsigned int );
  14. /*global*/  void  getscbs(struct source *,int );
  15. /*global*/  void  location(int );
  16. /*global*/  void  msginit(void);
  17. /*global*/  void  prtstat(struct stat *);
  18. /*global*/  void  prtmsg(UNCH *,int );
  19. /*global*/  UNCH *savestr(UNCH *);
  20. /*global*/  int   umsginit(int ,long );
  21. /*global*/  UNCH *vmalloc(unsigned int );
  22. /*global*/  UNCH *xidgen(struct fpi *);
  23. /*global*/  UNCH *xidpath(UNCH *);
  24. /******************************************************************************/
  25.